Draft
Conversation
5224cd2 to
4904c84
Compare
950fc6d to
41eed91
Compare
bb39565 to
2a21507
Compare
6233816 to
f858659
Compare
71db1d0 to
a2c371f
Compare
7364b4b to
cf43f0c
Compare
252b966 to
874a943
Compare
RandomByte
commented
Feb 18, 2026
packages/project/test/fixtures/application.a/custom-tasks/custom-task-2.js
Outdated
Show resolved
Hide resolved
packages/project/test/fixtures/application.a/custom-tasks/custom-task-0.js
Outdated
Show resolved
Hide resolved
df275e5 to
0345502
Compare
RandomByte
commented
Mar 5, 2026
packages/project/test/fixtures/application.a/task.dependency-change.js
Outdated
Show resolved
Hide resolved
packages/project/test/fixtures/application.a/custom-tasks-2/custom-task-1.js
Show resolved
Hide resolved
9fc2509 to
20ba653
Compare
20ba653 to
9fc2509
Compare
9fc2509 to
940376d
Compare
9197670 to
44d1107
Compare
…ters Cherry-picked from SAP/ui5-fs@5651627 JIRA: CPOUI5FOUNDATION-1174
Cherry-picked from: SAP/ui5-fs@5651627 JIRA: CPOUI5FOUNDATION-1174
Cherry-picked from: SAP/ui5-builder@ef5a3b2 JIRA: CPOUI5FOUNDATION-1174
… component & library)
The tests cover the following dependency types: - component - library - theme-library - module
Tags (e.g. ui5:HasDebugVariant, ui5:IsBundle) set by earlier build tasks can affect later tasks. Include them in the hash tree leaf hash so that tag-only changes invalidate the cache signature correctly.
This is meant as an internal method for now. Also fix retrieval of previously set tags for the purpose of determining the input state of a resource after a task has been executed
…ly some dependencies, not all) `+` Fix some typos in comments
`+` Extend FixtureTester to assert seen projects (not only built projects)
`+` Fix some copy/paste leftovers ("cleanDest: false")
`+` Replace console.log with @ui5/logger Log
44d1107 to
d7c402c
Compare
Member
|
Rebased onto origin/main |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Implementation of RFC 0017 Incremental Build
This PR supersedes previous PoC: #1238
JIRA: CPOUI5FOUNDATION-1174